/* banner */

.banner-container {
	width: 100%;
	position: relative;
}

.banner {
	width: 100%;
}

.banner-picwords {
	width: 100%;
}

.banner-pic {
	width: 100%;
	overflow: hidden;
	background: #000000
}

.banner-pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner-pic .banner-pc {
	display: block;
	min-height: 520px;
}

.banner-pic .banner-mb {
	display: none;
	min-height: 320px;
}

.banner .swiper-pagination {
	bottom: 20px;
}

.banner .swiper-pagination-bullet {
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0);
	background: transparent;
	opacity: 1;
}

.banner .swiper-pagination-bullet::after {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border: 2px solid #fff;
}

.banner .swiper-pagination-bullet-active.swiper-pagination-bullet {
	border: 1px solid rgba(255, 255, 255, .8);
	background-color: rgba(255, 255, 255, .2);
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 40px;
	width: 26px;
	height: 26px;
}

.banner .swiper-pagination-bullet::before {
	content: '';
	width: 0px;
	height: 1px;
	position: absolute;
	left: 16px;
	top: 50%;
	background-color: #fff;
}

.banner .swiper-pagination-bullet:last-child::before {
	left: auto;
	right: 16px;
}

.banner .swiper-pagination-bullet-active.swiper-pagination-bullet::before {
	animation: bannerlong 6s linear;
}

.banner .swiper-pagination-bullet-active.swiper-pagination-bullet:last-child:before {
	animation: bannerlong2 6s linear;
}

.banner .swiper-pagination-bullet i {
	position: absolute;
	width: 99px;
	height: 1px;
	background-color: rgba(255, 255, 255, .2);
	left: 16px;
	top: 50%;
}

.banner .swiper-pagination-bullet:last-child i {
	display: none;
}



.banner-text {
	position: absolute;
	top: 50%;
	left: 13.5%;
	transform: translateY(-50%);
}

.banner-text h6 {
	font-size: 54px;
	color: #fff;
	font-family: 'Microsoft YaHei';
	margin-bottom: 10px;
}

.banner-text p {
	font-size: 24px;
	line-height: 30px;
	color: #fff;
}

.banner-text a {
	display: block;
	width: 130px;
	background-color: #133f97;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	border-radius: 30px;
	margin-top: 30px;
	border: 1px solid #133f97;
	transition: all .4s;
}

.banner-text a:hover {
	background: transparent;
	border-color: #fff;
}

.banner .swiper-slide-active .banner-text h6 {
	animation: bannertextRight 1.2s ease both 800ms;
}

.banner .swiper-slide-active .banner-text p {
	animation: bannertextRight 1.2s ease both 1000ms;
}

.banner .swiper-slide-active .banner-text a {
	animation: bannertextRight 1.2s ease both 1200ms;
}


.banner-text1 {
	position: absolute;
	top: 50%;
	left: 13.5%;
	transform: translateY(140%);
}

.banner-text1 h6 {
	font-size: 54px;
	color: #fff;
	font-family: 'Microsoft YaHei';
	margin-bottom: 10px;
}

.banner-text1 p {
	font-size: 24px;
	line-height: 30px;
	color: #fff;
}

.banner-text1 a {
	display: block;
	width: 130px;
	background-color: #133f97;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	border-radius: 30px;
	margin-top: 30px;
	border: 1px solid #133f97;
	transition: all .4s;
}

.banner-text1 a:hover {
	background: transparent;
	border-color: #fff;
}

.banner .swiper-slide-active .banner-text1 h6 {
	animation: bannertextRight 1.2s ease both 800ms;
}

.banner .swiper-slide-active .banner-text1 p {
	animation: bannertextRight 1.2s ease both 1000ms;
}

.banner .swiper-slide-active .banner-text1 a {
	animation: bannertextRight 1.2s ease both 1200ms;
}





@keyframes bannertextRight {
	0% {
		transform: translateX(100px);
		opacity: 0;
	}

	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes bannerlong {
	0% {
		width: 0;
	}

	100% {
		width: 99px;
	}
}

@keyframes bannerlong2 {
	0% {
		width: 99px;
	}

	100% {
		width: 0px;
	}
}







@charset "utf-8";

/* ====================公共样式========================= */



/* 头部 */

.Header-wrapper {
	width: 100%;
	background: transparent;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9991;
	transition: all .4s ease-in-out;
}

.Header-container {
	width: 94%;
	margin: 0 auto;
}



.Header-top {
	width: 100%;
	overflow: hidden;
	background-color: #212123;
	transition: all .4s;
}

.Header-top .Phone {
	padding-left: 24px;
	font-size: 15px;
	color: #ccc;
	line-height: 35px;
	float: left;
	background: url('../images/Phone.png') left center no-repeat;
	margin-right: 20px;
}

.Header-top .Email {
	padding-left: 24px;
	font-size: 15px;
	color: #ccc;
	line-height: 35px;
	float: left;
	background: url('../images/Email.png') left center no-repeat;
}



.Header-logo {
	position: relative;
	float: left;
}

.Header-logo a {
	height: 82px;
	line-height: 82px
}

.Header-logo a img {
	max-width: 100%;
	max-height: 51px;
}

.Header-logos {
	display: inline-block;
}

.Header-logoh {
	display: none;
}





/*搜索*/

.Header-search {
	margin-right: 22px;
}

.Header-search,
.Header-searclick {
	width: 50px;
	height: 82px;
	float: right;
	user-select: none;
	cursor: pointer;
	position: relative;
}

.Header-searclick {
	background: url('../images/search.png') no-repeat center center;
}

.Header-searclick:hover {
	background: url('../images/searchH.png') no-repeat center center;
}

.Header-searwords {
	display: none;
	position: absolute;
	width: 360px;
	height: 44px;
	right: 0;
	top: 82px;
	padding-right: 50px;
	box-sizing: border-box;
	font-size: 0;
}

.Header-searwords input {
	width: 100%;
	box-sizing: border-box;
	border: none;
	height: 100%;
	padding: 0 10px;
	outline: none;
	font-size: 16px;
	color: #333;
	display: block;
	border: 1px solid #eee;
}

.Header-searsubmit {
	width: 50px;
	height: 44px;
	cursor: pointer;
	display: inline-block;
	background: #154198 url("images/search.png") no-repeat center center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
	transition: all .3s linear;
}

.Header-searclick.ontrue {
	background: url('../images/icon-close2.png') no-repeat center center;
}



/* 语言切换 */

.Header-lang {
	width: 60px;
	height: 82px;
	float: right;
	padding-left: 26px;
	background: url('../images/ball.png') left center no-repeat;
	font-size: 16px;
	color: #fff;
	line-height: 86px;
	cursor: pointer;
	position: relative;
}

/* .Header-lang:hover{color: #154198;background: url('../images/ballH.png') left center no-repeat;} */

.Header-langwords {
	padding: 16px 0px;
	width: 180px;
	background: #fff;
	position: absolute;
	top: 82px;
	right: 0;
	display: none;
}

.Header-langwords a {
	display: block;
	padding: 5px 10px 5px 60px;
	line-height: 30px;
	background-repeat: no-repeat !important;
	background-position: 20px center !important;
	transition: all .2s ease-in-out;
	font-size: 14px;
	color: #333;
}

.Header-langwords a:hover {
	color: #fff;
	background: #154198;
}

.Header-langwords a.CN {
	background-image: url('../images/iconCn.png');
}

.Header-langwords a.EN {
	background-image: url('../images/iconEn.png');
}

.Header-langwords a.SP {
	background-image: url('../images/lang3.png');
}

.Header-langwords a.FY {
	background-image: url('../images/lang4.png');
}

.winter .Header-navbarbox {
	display: block !important;
}





/* 菜单 */

.Header-navbar {
	float: right;
	font-size: 0;
	margin-right: 20px;
}

.Header-navbar ul li {
	display: inline-block;
	padding: 0 30px;
	position: static;
}

.Header-Menu {
	display: block;
	height: 82px;
	line-height: 82px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding: 0 4px;
	transition: all .4s ease-in-out;
	position: relative;
	text-transform: uppercase;
	font-family: 'Microsoft YaHei';
}

.Header-Menu:hover {
	color: #154198;
}

.Header-navbar ul li.ontrue .Header-Menu {
	color: #154198;
}

.Header-sunNav {
	display: none;
	position: absolute;
	left: 0;
	top: 117px;
	width: 100%;
	padding: 30px 0;
	background: rgba(255, 255, 255, 1);
	z-index: 991;
	font-size: 0;
	overflow: hidden;
	border-top: 1px solid #e5e5e5;
}

.sunNav-box {
	width: 1400px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.sunNav-box::after {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	left: 45%;
	top: 0;
	background-color: #e5e5e5;
}

.sunNav1 {
	width: 50%;
	float: right;
	overflow: hidden;
}

.sunNav1 a {
	display: block;
	width: 310px;
	font-size: 16px;
	line-height: 44px;
	color: #666;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 15px;

	background: url('../images/icon-dd2.png') left top 15px no-repeat;
	margin-bottom: 5px;
	transition: all .3s;
	margin: 0 auto;
	margin-left: 0px
}

.sunNav1 a:hover {
	color: #154198;
	background: url('../images/icon-dd3.png') left top 15px no-repeat;
}

.sunNav-img {
	width: 50%;
	float: left;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
}

.sunNav-img img {
	max-width: 100%;
	box-sizing: border-box;
}



.sunNav2 {
	width: 50%;
	float: right;
	overflow: hidden;
}

.sunNav2 ul li {
	width: 30%;
	float: left;
	margin: 0 0;
	position: relative;
	padding: 0;
}

.sunNav2 ul li .suna {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	font-size: 16px;
	line-height: 44px;
	color: #666;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 15px;
	background: url('../images/icon-dd2.png') left top 15px no-repeat;
	margin-bottom: 5px;
	transition: all .3s;
}

.sunNav2 ul li .suna:hover {
	color: #154198;
	background: url('../images/icon-dd3.png') left top 15px no-repeat;
}

.sunNav2-img {
	width: 50%;
	float: left;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
}

.sunNav2-img img {
	max-width: 100%;
	box-sizing: border-box;
}





.sunNav2 .sunsan {
	display: none;
}

.sunNav2 .sunsan a {
	display: block;
	font-size: 14px;
	line-height: 24px;
	padding: 5px 18px;
	border-bottom: 1px solid #e5e5e5;
	color: #666;
}



.Header-sunNavClick2 {
	display: none;
	position: absolute;
	width: 40px;
	height: 44px;
	right: 0;
	top: 0;
	z-index: 9996;
	background: url('../images/icon-dd1.png') no-repeat center center /12px auto;
}

.Header-sunNavClick2.ontrue {
	transform: rotate(180deg);
}



/* 导航 hover  */

.Header-wrapper.Header-wrapperOn {
	background: rgba(255, 255, 255, 1);
}

.Header-wrapper.Header-wrapperOn .Header-Menu {
	color: #333;
}

.Header-wrapper.Header-wrapperOn .Header-Menu:hover {
	color: #154198;
}

.Header-wrapper.Header-wrapperOn .Header-logos {
	display: none
}

.Header-wrapper.Header-wrapperOn .Header-logoh {
	display: inline-block
}

.Header-wrapper.Header-wrapperOn .Header-lang {
	color: #333;
	background: url('../images/ballH.png') left center no-repeat;
}

.Header-wrapper.Header-wrapperOn .Header-searclick {
	background: url('../images/searchH.png') no-repeat center center;
}

.Header-wrapper.Header-wrapperOn .Header-searclick.ontrue {
	background: url('../images/icon-close.png') no-repeat center center;
}



.Header-wrapper.Header-wrapperScr {
	background: rgba(255, 255, 255, 1);
}

.Header-wrapper.Header-wrapperScr .Header-top {
	display: none;
}

.Header-wrapper.Header-wrapperScr .Header-Menu {
	color: #333;
}

.Header-wrapper.Header-wrapperScr .Header-Menu:hover {
	color: #154198;
}

.Header-wrapper.Header-wrapperScr .Header-logos {
	display: none
}

.Header-wrapper.Header-wrapperScr .Header-logoh {
	display: inline-block
}

.Header-wrapper.Header-wrapperScr .Header-lang {
	color: #333;
	background: url('../images/ballH.png') left center no-repeat;
}

.Header-wrapper.Header-wrapperScr .Header-searclick {
	background: url('../images/searchH.png') no-repeat center center;
}

.Header-wrapper.Header-wrapperScr .Header-searclick.ontrue {
	background: url('../images/icon-close.png') no-repeat center center;
}



.Header-wrapper.Header-wrapperScr .Header-sunNav {
	top: 82px;
}



/* 手机下拉按钮 */

.Header-sunNavClick {
	display: none;
	position: absolute;
	width: 40px;
	height: 44px;
	right: 0;
	top: 0;
	z-index: 9996;
	background: url('../images/icon-dd1.png') no-repeat center center /16px auto;
}

.Header-sunNavClick.ontrue {
	transform: rotate(180deg);
}





/* 手机汉堡键 */

.Header-navclick {
	height: 60px;
	margin-right: 0%;
	cursor: pointer;
	float: right;
	user-select: none;
	display: none;
	width: 30px;
}

.Header-navclick span {
	width: 30px;
	height: 2px;
	background: #333;
	display: block;
	position: relative;
	margin-top: 29px;
	transition: all .2s linear;
}

.Header-navclick span:before,
.Header-navclick span:after {
	content: "";
	position: absolute;
	height: 2px;
	background: #333;
	display: block;
	left: 0;
	width: 100%;
	transition: all .2s linear;
}

.Header-navclick span:before {
	top: -8px;
}

.Header-navclick span:after {
	top: 8px;
}

.Header-navclick.ontrue span {
	-moz-animation: buttonAnimation 0.3s ease forwards;
	-webkit-animation: buttonAnimation 0.3s ease forwards;
	animation: buttonAnimation 0.3s ease forwards;
}

.Header-navclick.ontrue span:before {
	-moz-animation: buttonAnimationBefore 0.3s ease forwards;
	-webkit-animation: buttonAnimationBefore 0.3s ease forwards;
	animation: buttonAnimationBefore 0.3s ease forwards;
}

.Header-navclick.ontrue span:after {
	-moz-animation: buttonAnimationAfter 0.3s ease forwards;
	-webkit-animation: buttonAnimationAfter 0.3s ease forwards;
	animation: buttonAnimationAfter 0.3s ease forwards;
}

@-moz-keyframes buttonAnimationBefore {

	0% {
		-moz-transform: translateY(0px) rotate(0);
		transform: translateY(0px) rotate(0);
	}

	50% {
		-moz-transform: translateY(8px) rotate(0);
		transform: translateY(8px) rotate(0);
	}

	100% {
		-moz-transform: translateY(8px) rotate(45deg);
		transform: translateY(8px) rotate(45deg);
	}

}

@-webkit-keyframes buttonAnimationBefore {

	0% {
		-webkit-transform: translateY(0px) rotate(0);
		transform: translateY(0px) rotate(0);
	}

	50% {
		-webkit-transform: translateY(8px) rotate(0);
		transform: translateY(8px) rotate(0);
	}

	100% {
		-webkit-transform: translateY(8px) rotate(45deg);
		transform: translateY(8px) rotate(45deg);
	}

}

@keyframes buttonAnimationBefore {

	0% {
		-moz-transform: translateY(0px) rotate(0);
		-ms-transform: translateY(0px) rotate(0);
		-webkit-transform: translateY(0px) rotate(0);
		transform: translateY(0px) rotate(0);
	}

	50% {
		-moz-transform: translateY(8px) rotate(0);
		-ms-transform: translateY(8px) rotate(0);
		-webkit-transform: translateY(8px) rotate(0);
		transform: translateY(8px) rotate(0);
	}

	100% {
		-moz-transform: translateY(8px) rotate(45deg);
		-ms-transform: translateY(8px) rotate(45deg);
		-webkit-transform: translateY(8px) rotate(45deg);
		transform: translateY(8px) rotate(45deg);
	}
}

@-moz-keyframes buttonAnimationAfter {

	0% {
		-moz-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}

	50% {
		-moz-transform: translateY(-8px) rotate(0);
		transform: translateY(-8px) rotate(0);
	}

	100% {
		-moz-transform: translateY(-8px) rotate(-45deg);
		transform: translateY(-8px) rotate(-45deg);
	}

}

@-webkit-keyframes buttonAnimationAfter {

	0% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}

	50% {
		-webkit-transform: translateY(-8px) rotate(0);
		transform: translateY(-8px) rotate(0);
	}

	100% {
		-webkit-transform: translateY(-8px) rotate(-45deg);
		transform: translateY(-8px) rotate(-45deg);
	}

}

@keyframes buttonAnimationAfter {

	0% {
		-moz-transform: translateY(0) rotate(0);
		-ms-transform: translateY(0) rotate(0);
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}

	50% {
		-moz-transform: translateY(-8px) rotate(0);
		-ms-transform: translateY(-8px) rotate(0);
		-webkit-transform: translateY(-8px) rotate(0);
		transform: translateY(-8px) rotate(0);
	}

	100% {
		-moz-transform: translateY(-8px) rotate(-45deg);
		-ms-transform: translateY(-8px) rotate(-45deg);
		-webkit-transform: translateY(-8px) rotate(-45deg);
		transform: translateY(-8px) rotate(-45deg);
	}

}

@-moz-keyframes buttonAnimation {

	0% {
		background: transparent;
	}

	50% {
		background: rgba(255, 255, 255, 0);
	}

	100% {
		background: rgba(255, 255, 255, 0);
	}

}

@-webkit-keyframes buttonAnimation {

	0% {
		background: transparent;
	}

	50% {
		background: rgba(255, 255, 255, 0);
	}

	100% {
		background: rgba(255, 255, 255, 0);
	}

}

@keyframes buttonAnimation {

	0% {
		background: transparent;
	}

	50% {
		background: rgba(255, 255, 255, 0);
	}

	100% {
		background: rgba(255, 255, 255, 0);
	}

}







/* 底部 */

.Footer-wrapper {
	width: 100%;
	background-color: #212123;
	overflow: hidden;
}

.Footer-container {
	width: 94%;
	margin: 0 auto;
	overflow: hidden;
	padding: 60px 0 0 0;
}

.Footer-sign {
	width: 26%;
	float: left;
}

.sign-logo {
	overflow: hidden;
}

.sign-logo img {
	max-width: 100%;
}

.sign-tit {
	font-size: 18px;
	color: #fff;
	font-family: 'col-bold';
	line-height: 30px;
	margin: 30px 0;
	text-transform: uppercase;
	font-weight: bold;
}

.sign-input {
	width: 310px;
	padding: 0 40px;
	position: relative;
	height: 40px;
	border-bottom: 2px solid #154198;
}

.sign-input::before {
	width: 30px;
	height: 40px;
	background: url('../images/foot-01.png') no-repeat left center;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
}

.sign-input span {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	right: 0;
	top: 0;
	background: url('../images/foot-02.png') no-repeat right center;
	cursor: pointer;
}

.sign-input input {
	width: 100%;
	box-sizing: border-box;
	border: none;
	height: 40px;
	padding: 0 10px;
	outline: none;
	font-size: 16px;
	font-weight: bold;
	color: #8d8d8d;
	display: block;
	border: 0px;
	background-color: transparent;
	font-family: 'col-bold';
}

.sign-input input:-ms-input-placeholder {
	font-size: 16px;
	font-weight: bold;
	color: #8d8d8d;
}

.sign-input input::-webkit-input-placeholder {
	font-size: 16px;
	font-weight: bold;
	color: #8d8d8d;
}



.Footer-navbar {
	width: 70%;
	float: right;
}

.Footer-navbar ul li {
	width: 31.333%;
	float: left;
	margin-left: 2%;
}

.Footer-navbar ul li:first-child {
	margin-left: 0;
}

.Footer-navclick {
	width: 100%;
	position: relative;
	height: 40px;
	line-height: 40px;
}

.Footer-navclick h6 {
	font-size: 18px;
	color: #fff;
	position: relative;
	font-weight: bold;
	line-height: 40px;
	font-family: 'Microsoft YaHei';
}

.Footer-navclick i {
	width: 44px;
	height: 30px;
	display: none;
	position: absolute;
	z-index: 9;
	right: 0;
	top: 0;
	background: url('../images/iconArrH.png') no-repeat center center /14px auto;
}

.Footer-navclick i.ontrue {
	transform: rotate(180deg);
}

.Footer-navwords {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}

.Footer-navwords a {
	display: block;
	font-size: 15px;
	color: #ccc;
	line-height: 24px;
	transition: all .3s ease-in-out;
	padding: 5px 0;
}

.Footer-navwords a:hover {
	color: #154198;
}



.Footer-navwords.contant a {
	position: relative;
	display: block;
	padding-left: 24px;
}

.Footer-navwords.contant a i {
	display: block;
	position: absolute;
	width: 20px;
	height: 24px;
	left: 0;
	top: 5px;
	line-height: 24px;
}



.Footer-link {
	width: 100%;
	padding: 40px 0 30px 0;
	overflow: hidden;
}

.Footer-link span {
	display: block;
	float: left;
	font-size: 15px;
	color: #888;
	line-height: 24px;
	padding-right: 5px;
}

.Footer-link a {
	float: left;
	font-size: 15px;
	color: #888;
	line-height: 24px;
	margin-right: 15px;
	transition: all .4s;
}

.Footer-link a:hover {
	color: #154198;
}

.Footer-coder {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid rgba(255, 255, 255, .05);
	padding: 20px 3%;
}

.Fcoder-left {
	float: left;
	font-size: 14px;
	line-height: 28px;
	color: #888;
}

.Fcoder-right {
	float: right;
	overflow: hidden;
}

.Fcoder-right ul li {
	width: 28px;
	height: 28px;
	background-color: #133f97;
	text-align: center;
	line-height: 28px;
	margin-left: 10px;
	float: left;
}

.Fcoder-right ul li a {
	display: block;
}

.Fcoder-right ul li i {
	font-size: 16px;
	color: #fff;
	line-height: 28px;
}

.Fcoder-right ul li:hover {
	background-color: #ff0000;
}



.Footer-navbar .plyr {
	display: none;
}



/* 中间+共用部分 */

.Container-wrapper {
	/* margin-top: 35px; */
}

.Container-wrapper50 {
	/* margin-top: 50px; */
}

.contain {
	width: 1800px;
	margin: 0 auto;
}

.center {
	width: 1400px;
	margin: 0 auto;
}



.puban {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.puban .img {
	width: 100%;
}

.puban .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 240px;
}

.puban .text {
	position: absolute;
	left: 13.5%;
	top: 50%;
	max-width: 700px;
	transform: translateY(-50%);
}

.puban .text h6 {
	font-size: 46px;
	color: #fff;
	line-height: 54px;
	font-family: 'Microsoft YaHei';
	animation: bannertext 2s both;
	position: relative;
	padding-bottom: 20px;
}

.puban .text h6::after {
	content: '';
	width: 70px;
	height: 5px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}



@keyframes bannertext {
	0% {
		transform: translateY(-100px);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.puban .home {
	position: absolute;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	bottom: 15px;
	left: 13.5%;
}

.puban .home span {
	padding: 0 8px;
}

.puban .home a:hover {
	color: #133f97;
}







/* 侧栏 */

.sideBar-wrapper {
	position: fixed;
	top: 50%;
	right: 0;
	margin-top: -101px;
	width: 50px;
	height: 203px;
	z-index: 6666;
}

.sideBar-wrapper ul li {
	height: 50px;
	position: absolute;
	left: 0;
}

.sideBar-wrapper ul li.backTop {
	top: 204px;
	width: 62px;
}

.sideBar-wrapper ul li.relQq {
	top: 51px;
	width: 126px;
	transition: all .4s;
}

.sideBar-wrapper ul li.relDh {
	top: 0px;
	width: 172px;
	transition: all .4s;
}

.sideBar-wrapper ul li.relYJ {
	top: 102px;
	width: 196px;
	transition: all .4s;
}

.sideBar-wrapper ul li.relEwm {
	top: 153px;
	width: 62px;
}

.sideBar-wrapper ul li a {
	display: block;
	font-family: "Microsoft Yahei";
	color: #fff;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	background-color: #757575;
	opacity: 1;
	border-radius: 6px;
}

.sideBar-wrapper ul li a img {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	margin: 12px 12px 14px 14px;
}

.sideBar-wrapper ul li a:hover {
	opacity: 1;
	background-color: #333;
}

.sideBar-wrapper ul li.relQq:hover {
	left: -70px;
}

.sideBar-wrapper ul li.relDh:hover {
	left: -116px;
}

.sideBar-wrapper ul li.relYJ:hover {
	left: -140px;
}

.sideBar-wrapper-ewm {
	position: absolute;
	top: -90px;
	left: -144px;
	width: 140px;
	height: 149px;
	padding-bottom: 9px;
	display: none;
}

.sideBar-wrapper-ewm img {
	display: block;
	background-color: #FFF;
	width: 140px;
	height: 140px;
}

.sideBar-wrapper ul li.relEwm:hover .sideBar-wrapper-ewm {
	display: block;
}



.cshjan .contain,
.cchjal .contain,
.cshjan .containx,
.cchjal .containx {
	display: none;
}

.fdh-01x {
	display: none;
}


/* --------------------------fullpage-PUB-box------------------------------- */

.fullpage-PUB {
	width: 1200px;
	font-size: 0;
	text-align: center;
	margin: 20px 0;
	overflow: hidden;
}

.fullpage-PUB a {
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 40px;
	font-size: 14px;
	color: #666;
	margin: 0 5px;
	vertical-align: middle;
	text-align: center;
	border-radius: 50%;
}

.fullpage-PUB a:first-child {
	background: url('../images/page-prev.png') center center no-repeat;
}

.fullpage-PUB a:last-child {
	background: url('../images/page-next.png') center center no-repeat;
}

.fullpage-PUB a:hover {
	background-color: #133f97;
	color: #fff;
}

.fullpage-PUB a.ontrue {
	background-color: #133f97;
	color: #fff;
}

.fullpage-PUB a:first-child:hover {
	background: #133f97 url('../images/page-prevH.png') center center no-repeat;
}

.fullpage-PUB a:last-child:hover {
	background: #133f97 url('../images/page-nextH.png') center center no-repeat;
}


.dl,
.al {
	display: none;
}




/* 动效-果冻 */

@keyframes btn-pudding {
	0% {
		transform: scale(1.2, 0.8)
	}

	1% {
		transform: scale(1.18, 0.82)
	}

	2% {
		transform: scale(1.16, 0.84)
	}

	3% {
		transform: scale(1.13, 0.87)
	}

	4% {
		transform: scale(1.1, 0.9)
	}

	5% {
		transform: scale(1.07, 0.93)
	}

	6% {
		transform: scale(1.04, 0.96)
	}

	7% {
		transform: scale(1.01, 0.99)
	}

	8% {
		transform: scale(0.99, 1.01)
	}

	9% {
		transform: scale(0.97, 1.03)
	}

	10% {
		transform: scale(0.95, 1.05)
	}

	11% {
		transform: scale(0.94, 1.06)
	}

	12% {
		transform: scale(0.93, 1.07)
	}

	13% {
		transform: scale(0.93, 1.07)
	}

	14% {
		transform: scale(0.93, 1.07)
	}

	15% {
		transform: scale(0.93, 1.07)
	}

	16% {
		transform: scale(0.94, 1.06)
	}

	17% {
		transform: scale(0.94, 1.06)
	}

	18% {
		transform: scale(0.95, 1.05)
	}

	19% {
		transform: scale(0.96, 1.04)
	}

	20% {
		transform: scale(0.98, 1.02)
	}

	21% {
		transform: scale(0.99, 1.01)
	}

	22% {
		transform: scale(1, 1)
	}

	23% {
		transform: scale(1, 1)
	}

	24% {
		transform: scale(1.01, 0.99)
	}

	25% {
		transform: scale(1.02, 0.98)
	}

	26% {
		transform: scale(1.02, 0.98)
	}

	27% {
		transform: scale(1.02, 0.98)
	}

	28% {
		transform: scale(1.03, 0.97)
	}

	29% {
		transform: scale(1.03, 0.97)
	}

	30% {
		transform: scale(1.02, 0.98)
	}

	31% {
		transform: scale(1.02, 0.98)
	}

	32% {
		transform: scale(1.02, 0.98)
	}

	33% {
		transform: scale(1.02, 0.98)
	}

	34% {
		transform: scale(1.01, 0.99)
	}

	35% {
		transform: scale(1.01, 0.99)
	}

	36% {
		transform: scale(1.01, 0.99)
	}

	37% {
		transform: scale(1, 1)
	}

	38% {
		transform: scale(1, 1)
	}

	39% {
		transform: scale(1, 1)
	}

	40% {
		transform: scale(0.99, 1.01)
	}

	41% {
		transform: scale(0.99, 1.01)
	}

	42% {
		transform: scale(0.99, 1.01)
	}

	43% {
		transform: scale(0.99, 1.01)
	}

	44% {
		transform: scale(0.99, 1.01)
	}

	45% {
		transform: scale(0.99, 1.01)
	}

	46% {
		transform: scale(0.99, 1.01)
	}

	47% {
		transform: scale(0.99, 1.01)
	}

	48% {
		transform: scale(0.99, 1.01)
	}

	49% {
		transform: scale(1, 1)
	}
}







/* 视频弹窗 */

.addup-box {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	left: 0;
	top: 0;
	z-index: 99999;
	opacity: 1;
	margin: 0 auto;
	left: auto;
	right: auto;
	display: none;
}

.addup {
	width: 1280px;
	height: 720;
	margin: 0 auto;
	;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
}

.upclose {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0px;
	z-index: 9;
	background: url('../images/Video-plyr-close.png') no-repeat center center;
	cursor: pointer;
	user-select: none;
	transition: all .3s ease-in-out;
}

.upclose:hover {
	background: #133f97 url('../images/Video-plyr-close.png') no-repeat center center;
}

.addup video {
	width: 100%;
}









/* -------------------------PC端--------------------------- */

@media all and (max-width:1700px) {

	/* 1600 × (900/1024/1200) */

	.contain {
		width: 94%;
	}

	.puban .home {
		left: 3%;
	}

	.puban .text {
		left: 3%;
	}



	.puban .text h6 {
		font-size: 40px;
		line-height: 42px;
	}

	.puban .text h6::after {
		width: 60px;
		height: 3px;
	}

}



@media all and (max-width:1599px) {

	/* 1440 × (900/1050) */

	.center {
		width: 94%;
	}

	.puban .home {
		left: 3%;
	}

	.puban .text h6 {
		font-size: 30px;
		line-height: 38px;
		padding-bottom: 12px;
	}



	.sunNav-box {
		width: 92%;
	}





}



@media all and (max-width:1439px) {

	/* 1360 × (768) */

	.Header-navbar ul li {
		padding: 0 26px;
	}

	.sunNav2 ul li {
		padding: 0;
	}

	.sunNav2 ul li .suna {
		font-size: 15px;
	}

	.sunNav1 a {
		font-size: 15px;
	}



	.addup {
		width: 960px;
		height: 540;
	}



}



@media all and (max-width:1359px) {

	/* 1280 × (800/854/1024) */

	.Header-navbar ul li {
		padding: 0 20px;
	}

	.Footer-container {
		padding: 40px 0 0 0;
	}

	.Footer-navwords {
		margin-top: 5px;
	}

	.Footer-navwords a {
		font-size: 12px;
		padding: 0 3px;
	}

	.Footer-navwords.contant a i {
		top: 0;
	}

	.Footer-link a {
		font-size: 12px;
	}

	.Fcoder-left {
		font-size: 12px;
	}

	.Footer-coder {
		padding: 12px 3%;
	}

	.sign-tit {
		margin: 20px 0;
	}

	.Footer-link {
		padding: 30px 0 20px 0;
	}

	.sign-input {
		width: 100%;
	}



	.sunNav2 ul li {
		padding: 0;
		width: 44%;
		margin: 0 3%;
	}



}



@media all and (max-width:1279px) {

	/* 1152 × (864) */

	.Header-navbar ul li {
		padding: 0 15px;
	}

	.Header-search {
		margin-right: 14px;
	}

	.sunNav2 ul li {
		padding: 0;
	}





}



@media all and (max-width:1151px) {

	/* 1024 × (600/768) */

	.Header-Menu {
		font-size: 16px;
	}

	.Header-navbar {
		margin-right: 0;
	}

	.sunNav2 ul li .suna {
		font-size: 14px;
	}



}





/* ------------------------手机端-------------------------- */

@media all and (max-width:1000px) {

	/* 平板设备 720 适配 */

	.Header-top {
		display: none;
	}

	.Container-wrapper {
		margin-top: 60px;
	}

	.Header-container {
		width: 94%;
	}

	.Header-wrapper {
		position: fixed;
		border-bottom: 1px solid #eee;
		background-color: #fff;
	}

	.Header-container {
		height: 60px;
	}

	.Header-logo {
		height: 60px;
		width: auto;
		float: left;
		margin-top: 0;
	}

	.Header-logo a {
		height: 60px;
		line-height: 60px;
	}

	.Header-logo a img {
		max-height: 40px;
	}

	.Header-logos {
		display: none;
	}

	.Header-logoh {
		display: inline-block;
	}



	.Header-lang {
		color: #333;
		background: url('../images/ballH.png') left center no-repeat;
	}





	.Header-navclick {
		display: block;
	}

	.Header-navbarbox {
		display: none;
		width: 100%;
		position: absolute;
		top: 61px;
		left: 0;
	}

	.Header-navbar {
		width: 100%;
		overflow: hidden;
		background-color: rgba(255, 255, 255, 1);
		margin-left: 0;
		height: auto;
		max-height: 450px;
		overflow-y: auto !important;
		padding-bottom: 10px;
	}

	.Header-navbar ul li {
		display: block;
		width: 100%;
		position: relative;
		margin: 0;
		padding: 0;
	}

	.Header-Menu {
		width: 100%;
		height: 44px;
		line-height: 44px;
		font-size: 16px;
		color: #333;
		padding: 0 3%;
		font-weight: normal;
		margin: 0;
	}

	.Header-Menu::after {
		display: none;
	}

	.Header-sunNavClick {
		display: block;
	}

	.Header-sunNav {
		position: static;
		background-color: #f5f5f5;
		width: 100%;
		display: none;
		padding: 5px 0 0;
	}

	.sunNav1 {
		width: 100%;
	}

	.sunNav1 a {
		width: 100%;
		line-height: 30px;
		padding: 5px 0 5px 10px;
		background: url('../images/icon-dd2.png') left top 12px no-repeat;
	}

	.sunNav1 a:hover {
		background: none;
	}

	.sunNav-box::after {
		display: none;
	}

	.sunNav-img,
	.sunNav2-img {
		display: none;
	}



	.sunNav2 {
		width: 100%;
	}

	.sunNav2 ul li {
		width: 100%;
		position: relative;
	}

	.Header-sunNavClick2 {
		display: block;
	}



	/*搜索*/

	.Header-search {
		margin-right: 8px;
	}

	.Header-search,
	.Header-searclick {
		height: 60px;
		width: 40px;
		float: right;
		user-select: none;
		cursor: pointer;
		position: relative;
	}

	.Header-searclick {
		background: url('../images/searchH.png') no-repeat center center;
	}

	.Header-searclick.ontrue {
		background: url('../images/icon-close.png') no-repeat center center;
	}

	.Header-search {
		width: 40px;
		height: 60px;
		position: static;
	}

	.Header-searclick {
		width: 40px;
		height: 60px;
		line-height: 60px;
	}

	.Header-searwords {
		display: none;
		position: absolute;
		width: 100%;
		height: 44px;
		right: 0;
		top: 60px;
		padding-right: 50px;
		box-sizing: border-box;
		font-size: 0;
		border: 1px solid #eee;
		height: 44px;
	}

	.Header-searwords input {
		font-size: 14px;
		border: 0px;
	}



	/* 语言 */

	.Header-lang {
		width: 40px;
		height: 60px;
		line-height: 65px;
		margin-right: 10px;
		position: static;
		padding-left: 20px;
	}

	.Header-lang::before {
		display: none;
	}

	.Header-langwords {
		top: 61px;
		width: 100%;
		left: 0;
		margin-left: 0;
	}



	/* 底部 */

	.Footer-container {
		padding: 20px 0 0 0;
	}

	.Footer-sign {
		width: 100%;
	}

	.sign-tit {
		margin: 10px 0;
	}



	.Footer-navbar {
		width: 100%;
		margin-top: 20px;
	}



	.Footer-navbar ul li {
		width: 100%;
		margin: 0;
	}

	.Footer-navclick {
		height: 40px;
	}

	.Footer-navclick i {
		height: 40px;
	}

	.Footer-navclick h6 {
		line-height: 40px;
		font-size: 15px;
		height: 40px;
	}

	.Footer-navwords a {
		font-size: 13px;
		line-height: 26px;
	}

	.Footer-navwords {
		margin-top: 0;
		display: none;
	}

	.Footer-navclick i {
		display: block;
	}

	.Footer-link {
		padding: 20px 0 10px 0;
	}

	.Footer-link a {
		line-height: 20px;
	}

	.Footer-link span {
		line-height: 20px;
	}

	.Fcoder-left {
		line-height: 20px;
	}



	.puban .home {
		bottom: 2px;
	}



	.addup {
		width: 640px;
		height: 360px;
	}





	.sideBar-wrapper {
		display: none;
	}





}

@media all and (max-width:640px) {

	/* 移动终端以上 360 适配 */

	.puban .text {
		max-width: none;
	}

	.puban .text h6 {
		font-size: 20px;
		line-height: 30px;
		padding-bottom: 12px;
	}

	.puban .text h6::after {
		width: 40px;
		height: 2px;
	}

	.addup {
		width: 320px;
		height: 180px;
	}







}